gsktransform: Fix documentation comment
authorTimm Bäder <mail@baedert.org>
Wed, 21 Aug 2019 08:56:20 +0000 (10:56 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:23 +0000 (17:36 +0200)
There is no @m.

gsk/gsktransform.c

index 5d780d3cfcf5060e2d6d2c61d2516d51207eabde..3ab7d1f3ec4394f0abb81322cfc6f88e26ef08fa 100644 (file)
@@ -1667,8 +1667,8 @@ gsk_transform_new (void)
  * @out_rect: (out caller-allocates): return location for the bounds
  *   of the transformed rectangle
  *
- * Transforms a #graphene_rect_t using the given matrix @m. The
- * result is the bounding box containing the coplanar quad.
+ * Transforms a #graphene_rect_t using the given transform @self.
+ * The result is the bounding box containing the coplanar quad.
  **/
 void
 gsk_transform_transform_bounds (GskTransform          *self,